home *** CD-ROM | disk | FTP | other *** search
/ Ford Galaxy MK1 Restyling Interactive Presentation / Ford Galaxy.iso / slide.dxr / 00030.ls < prev    next >
Encoding:
Text File  |  2001-02-15  |  232 b   |  19 lines

  1. on mouseUp me
  2.   global N
  3.   cst = the castNum of sprite 3
  4.   if cst = N then
  5.     cst = 1
  6.   else
  7.     cst = cst + 1
  8.   end if
  9.   set the castNum of sprite 3 to member(cst)
  10. end
  11.  
  12. on mouseEnter
  13.   curap(6)
  14. end
  15.  
  16. on mouseLeave
  17.   curleva(6)
  18. end
  19.